Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadCollection<T> Class : MoveItem Method |
'Declaration
Protected Overridable Sub MoveItem( _ ByVal oldIndex As Integer, _ ByVal newIndex As Integer _ )
'Usage
Dim instance As LeadCollection(Of T) Dim oldIndex As Integer Dim newIndex As Integer instance.MoveItem(oldIndex, newIndex)
This method raises the CollectionChanged event with Move action.